home *** CD-ROM | disk | FTP | other *** search
/ Oz - The Magical Adventure / Adventure.iso / pc / dkdata / seven.dxr / trees_3_Choose tricky trees opening.ls < prev    next >
Encoding:
Text File  |  2000-06-01  |  343 b   |  17 lines

  1. on exitFrame
  2.   global gPlacesBeen, gCurrentScreen
  3.   if gCurrentScreen = "7812" then
  4.     extraChar = "b"
  5.   else
  6.     extraChar = EMPTY
  7.   end if
  8.   if iteminList("7811", gPlacesBeen) > 0 then
  9.     HostSound("78111")
  10.     go("78112" & extraChar)
  11.   else
  12.     HostSound("78121")
  13.     go("78122" & extraChar)
  14.   end if
  15.   puppetSound(1, "foley_sprite")
  16. end
  17.